home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / tm240.zip / FORWARD.CFG < prev    next >
Text File  |  1989-12-18  |  2KB  |  53 lines

  1. ;  FORWARD Version 1.21
  2. ;
  3. ; FORWARD needs to know your node number for some of it's processing
  4. ;
  5. Node 1:120/151
  6. ;
  7. ; This file will set up FORWARD to forward files,  You may list up to 30 nodes
  8. ; to forward files to,  Wildcards and paths are allowed in the file names.
  9. ; Node numbers may be listed in any of 3 ways, (ie. Zone:Net/Node, Net/Node, 
  10. ; or Node by itself). If you do not list a Zone, your zone (as listed in the
  11. ; Node line above) will be used.  The same holds true for the net number.
  12. ; WARNING:  DO NOT list the same file for more than one node as it will be
  13. ; added to the list of each but only the first one to connect with you will
  14. ; recieve the file...
  15. ;
  16. ;     FILENAME               Node       Mode
  17. File TESTFILE.ARC             120/151  Direct
  18. File c:\01200161.out\*.*      120/161  direct
  19. ;
  20. ; Now to give FORWARD vital information needed to carry out it's task:
  21. ;
  22. ; We need to know where inbound files appear so that FORWARD knows where to
  23. ; look for them...  Please note that FORWARD does not move or modify the files
  24. ; that are listed,  They are listed in the files to be sent files that are
  25. ; stored in the outbound area and marked as Kill when sent...
  26. ;
  27. Inbound c:\file\net
  28. ;
  29. ; FORWARD must know where your outbound mail path is.  It will read and modify
  30. ; the files required to send a file...  Multiple Zones are also supported if
  31. ; the USEZONE option is enabled below.
  32. ;
  33. outbound c:\tag\outbound
  34. ;
  35. ; FORWARD is a ZONE aware package as of version 1.10.  Once this option is 
  36. ; implemented,  all mail (and files) to different zones are listed in separate
  37. ; outbound directories.  The names of those directories are built from the
  38. ; outbound path given above.  If the file is to be forwarded to another Zone,
  39. ; (say Zone 2 from zone 1) and the outbound path was c:\outbound then the
  40. ; zone 2 outbound directory would be c:\outbound.002 where the 002 is the zone
  41. ; number in hexadecimal (Base 16) numbers.
  42. ;
  43. ; USEZONE
  44. ;
  45. ; FORWARD will also keep a log of the files it has forwarded to other systems
  46. ; for you.  Only the files forwarded will be listed.  To define a log file,
  47. ; use the following entry.
  48. ;
  49. LOGFILE c:\logs\forward.log
  50. ;
  51. ; end of FORWARD configuration
  52.